Version Packages (beta) - #483
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 14:33
2552b80 to
e084e08
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 21:42
bd415d4 to
de1905f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 02:23
0d73584 to
1222aab
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 20:49
2848539 to
79e4c04
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2026 02:36
6caf53c to
95e292e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2026 08:19
700360e to
9c1b3c8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 02:59
8848dcd to
19b5b85
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 21:04
ebfa660 to
4bb86d3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 8, 2026 02:19
df8b0a3 to
74dbf81
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 8, 2026 08:19
a54876a to
22349e9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 02:20
20c5435 to
264ddff
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 20:19
56454b6 to
4ec7aca
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 03:03
bf8f05c to
69c30ff
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 21:05
d2433a1 to
c1a5c74
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 02:39
9762bfe to
9add9d7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 14:57
4aca431 to
600b096
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 20:28
bafd811 to
0f4b35f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 02:40
5c96b25 to
f1ef0cb
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 08:19
c5326c0 to
01991ed
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 20:19
0597c70 to
834d1f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/core@5.0.0-beta.42
Minor Changes
7683130Thanks @TooTallNate! - Resilient step dispatch: newly created steps are published to the queue in parallel with theirstep_createdevent write, with the serialized input carried on the message (stepInput) so the consumer re-ensures the event if the direct write failed transiently — mirroring resilient start (runInput) and resilient hook resume (hookInput). Worlds that enforce the precondition guard keep the sequential create-then-publish dispatch (only sequencing gives the message a happens-after edge over the create's guard verdict); step-dispatch idempotency keys are now step-identity-scoped. Disable viaWORKFLOW_RESILIENT_STEP_DISPATCH=0.Patch Changes
#3462
9add9d7Thanks @NathanColosimo! - Reject compact sparse-array payloads with logical lengths above 100,000 during hydration.#3381
efbc408Thanks @VaguelySerious! - Ignore duplicate events that a concurrent replay wrote for an entity the event log already records, instead of failing the run with a corrupted event log#3437
a0ccfe0Thanks @karthikscale3! - Add OTEL telemetry for hook-triggered time-to-resume:workflow.resume.total_msplus a non-overlapping phase breakdown, on the first durable step after a resume.#3479
b589460Thanks @VaguelySerious! - Replay-context event writes now always report the log position they replayed from, and theWORKFLOW_PRECONDITION_GUARDflag is removed.#3410
c1a5c74Thanks @alangenfeld! - Surface typed terminal errors when stream retention expires.Updated dependencies [
600b096,efbc408,a0ccfe0,7683130,b589460,c1a5c74,8d8b7b3,8931bee,0f4b35f,01991ed]:@workflow/world@5.0.0-beta.27
Minor Changes
#3390
600b096Thanks @alangenfeld! - Add a bounded batch analytics event lookup for enriching canonical event pages.#3365
7683130Thanks @TooTallNate! - Resilient step dispatch: newly created steps are published to the queue in parallel with theirstep_createdevent write, with the serialized input carried on the message (stepInput) so the consumer re-ensures the event if the direct write failed transiently — mirroring resilient start (runInput) and resilient hook resume (hookInput). Worlds that enforce the precondition guard keep the sequential create-then-publish dispatch (only sequencing gives the message a happens-after edge over the create's guard verdict); step-dispatch idempotency keys are now step-identity-scoped. Disable viaWORKFLOW_RESILIENT_STEP_DISPATCH=0.Patch Changes
#3381
efbc408Thanks @VaguelySerious! - Ignore duplicate events that a concurrent replay wrote for an entity the event log already records, instead of failing the run with a corrupted event log#3437
a0ccfe0Thanks @karthikscale3! - Add OTEL telemetry for hook-triggered time-to-resume:workflow.resume.total_msplus a non-overlapping phase breakdown, on the first durable step after a resume.#3479
b589460Thanks @VaguelySerious! - Replay-context event writes now always report the log position they replayed from, and theWORKFLOW_PRECONDITION_GUARDflag is removed.@workflow/world-vercel@5.0.0-beta.38
Minor Changes
#3390
600b096Thanks @alangenfeld! - Add a bounded batch analytics event lookup for enriching canonical event pages.#3365
7683130Thanks @TooTallNate! - Resilient step dispatch: newly created steps are published to the queue in parallel with theirstep_createdevent write, with the serialized input carried on the message (stepInput) so the consumer re-ensures the event if the direct write failed transiently — mirroring resilient start (runInput) and resilient hook resume (hookInput). Worlds that enforce the precondition guard keep the sequential create-then-publish dispatch (only sequencing gives the message a happens-after edge over the create's guard verdict); step-dispatch idempotency keys are now step-identity-scoped. Disable viaWORKFLOW_RESILIENT_STEP_DISPATCH=0.Patch Changes
#3479
b589460Thanks @VaguelySerious! - Replay-context event writes now always report the log position they replayed from, and theWORKFLOW_PRECONDITION_GUARDflag is removed.#3410
c1a5c74Thanks @alangenfeld! - Surface typed terminal errors when stream retention expires.#3504
8d8b7b3Thanks @TooTallNate! - Retry 429 (ThrottleError) event writes in-process, honoring the server'sRetry-After, bounded by a 30s cumulative wait budget per write. Previously a throttled event write escaped to the queue handler, whose retry directive can be delayed up to ~5 minutes by queue redelivery scheduling.#3452
01991edThanks @shalabhc! - Restore the per-event client span on the WebSocket events transport (WORKFLOW_EVENTS_TRANSPORT=ws), and add aworkflow.events.ws.connectspan for the handshake. Event write spans now carryworkflow.events.transportandworkflow.event.typeon both transports.Updated dependencies [
600b096,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:@workflow/astro@5.0.0-beta.42
Patch Changes
@workflow/builders@5.0.0-beta.42
Patch Changes
9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:@workflow/cli@5.0.0-beta.42
Patch Changes
600b096,9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74,8d8b7b3,8931bee,0f4b35f,01991ed]:@workflow/errors@5.0.0-beta.17
Patch Changes
#3479
b589460Thanks @VaguelySerious! - Replay-context event writes now always report the log position they replayed from, and theWORKFLOW_PRECONDITION_GUARDflag is removed.#3410
c1a5c74Thanks @alangenfeld! - Surface typed terminal errors when stream retention expires.@workflow/nest@5.0.0-beta.42
Patch Changes
@workflow/next@5.0.0-beta.42
Patch Changes
9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:@workflow/nitro@5.0.0-beta.42
Patch Changes
9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:@workflow/nuxt@5.0.0-beta.42
Patch Changes
@workflow/rollup@5.0.0-beta.42
Patch Changes
@workflow/sveltekit@5.0.0-beta.42
Patch Changes
@workflow/vite@5.0.0-beta.42
Patch Changes
@workflow/vitest@5.0.0-beta.42
Patch Changes
600b096,9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74,8931bee,0f4b35f]:@workflow/web@5.0.0-beta.42
Patch Changes
8931bee,0f4b35f]:@workflow/web-shared@5.0.0-beta.42
Patch Changes
#3295
14b52acThanks @mitul-s! - Replace hard-coded shared observability component styles with Tailwind utilities.#3295
14b52acThanks @mitul-s! - Replace static trace viewer styles with Tailwind theme utilities.#3467
834d1f9Thanks @VaguelySerious! - Mark ignored duplicate events in the observability UI and, when the whole event log is loaded, exclude them from derived step status, durations, and trace spansUpdated dependencies [
600b096,9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:workflow@5.0.0-beta.42
Patch Changes
9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:@workflow/world-local@5.0.0-beta.36
Patch Changes
#3503
8931beeThanks @VaguelySerious! - Raise the timeout on the world-local complete-preload test so it stops failing on the Windows CI runner.#3492
0f4b35fThanks @VaguelySerious! - FixCORRUPTED_EVENT_LOGafter a hook resume that raced another writer or was interrupted mid-write, and deliver a raced resume exactly once instead of duplicating it or reporting a conflict.Updated dependencies [
600b096,efbc408,a0ccfe0,7683130,b589460,c1a5c74]:@workflow/world-postgres@5.0.0-beta.34
Patch Changes
600b096,efbc408,a0ccfe0,7683130,b589460,c1a5c74,8931bee,0f4b35f]:@workflow/world-testing@5.0.0-beta.42
Patch Changes
600b096,9add9d7,efbc408,a0ccfe0,7683130,b589460,c1a5c74]: